* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  
  font-family: Arial;
}

.chat .messages .message .you, .chat .messages .message .bot {
  border-radius: 10px;
  padding: 10px;
  width: 85%;
  position: relative;
  margin-bottom: 5%;
  color: #fff;
}
.chat .messages .message .bot:after {
    content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; border: 13px solid transparent; 
    border-right-color: #3498db; border-left: 0; border-bottom: 0; margin-top: -6.5px; margin-left: -13px;
}
.chat .messages .message .you:after {
    content: ''; position: absolute; right: 0; top: 50%; width: 0; height: 0; border: 13px solid transparent; 
    border-left-color: #2ecc71; border-right: 0; border-bottom: 0; margin-top: -6.5px; margin-right: -13px;
}
.chat .messages .message .you img, .chat .messages .message .bot img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.message .bot .name, .message .you .name {
    font-weight: 600;
}
.chat .messages .message .you:before, .chat .messages .message .bot:before {
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
.chat .messages .message .you {
  background: #2ecc71;
  float: right;
}
.chat .messages .message .you:before {
  background-color: #2ecc71;
  right: 10px;
}
.chat .messages .message .bot {
  background-color: #3498db;
  float: left;
}
.chat .messages .message .bot:before {
  background-color: #3498db;
  left: 10px;
}

.chat .input {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: #ecf0f1;
}
.chat .input .text {
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 270px;
  box-shadow: inset 0 0 5px #aaa;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.chat-container {    
    right: 0;
    bottom: 0;    
}

@media screen and (min-width: 768px) {
    .chat-container {    
        width: 25%;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    .chat-container {    
        width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .chat-container {    
        width: 100%;
    }
}

.chat-container .chatbot-body {
    height: 300px;
    overflow-y: scroll;
}

.cursor-pointer {
    cursor: pointer;
}

.chat-container {
    z-index: 9999999;
    position:fixed;
    bottom:0;
    right:0;        
}

.chatbot {
    background-color: #fff;
}

.chatbot-body {
    border-bottom-color: rgb(41, 43, 44);
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(41, 43, 44);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(41, 43, 44);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(41, 43, 44);
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(41, 43, 44);
flex-basis: auto;
flex-grow: 1;
flex-shrink: 1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14.4px;
font-weight: 400;
height: 300px;
line-height: 21.6px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(41, 43, 44);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
overflow-y: scroll;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
}

.chatbot-footer {
    background-color: rgb(247, 247, 249);
border-bottom-color: rgb(41, 43, 44);
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0;
border-image-repeat: stretch stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(41, 43, 44);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(41, 43, 44);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgba(0, 0, 0, 0.125);
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(41, 43, 44);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14.4px;
font-weight: 400;
line-height: 21.6px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(41, 43, 44);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 12px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
}

.chatbot-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.chatbot-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125);
}

.chatbot-header {
    background-color: rgb(2, 117, 216);
border-bottom-color: rgb(2, 117, 216);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0;
border-image-repeat: stretch stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(2, 117, 216);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(2, 117, 216);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(2, 117, 216);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-style: none;
border-top-width: 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 14.4px;
font-weight: 400;
line-height: 21.6px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
overflow-wrap: break-word;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
padding-top: 12px;
}

.chatbot-footer input {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 21.6px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    overflow: visible;
    overflow-wrap: break-word;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    touch-action: manipulation;
    width: 299.5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
}